module VFX
{
    imports
    {
        Base,
    }


	item SpiceRackSmallLight
	{
		DisplayName = Small Spice Rack,
        DisplayCategory = Container,
		Type = Container,
		Weight = 0.5,
		Capacity = 2,

        PutInSound = VFXSpiceRack,
        
        Icon = VFX_Container_SpiceRackSmallLight,
		WorldStaticModel = Base.VFX_SpiceRackSmallLight,
	}

	item SpiceRackSmallDark
	{
		DisplayName = Small Spice Rack,
        DisplayCategory = Container,
		Type = Container,
		Weight = 0.5,
		Capacity = 2,

        PutInSound = VFXSpiceRack,
        
        Icon = VFX_Container_SpiceRackSmallDark,
		WorldStaticModel = Base.VFX_SpiceRackSmallDark,
	}

	item SpiceRackLargeLight
	{
		DisplayName = Large Spice Rack,
        DisplayCategory = Container,
		Type = Container,
		Weight = 0.5,
		Capacity = 5,

        PutInSound = VFXSpiceRack,
        
        Icon = VFX_Container_SpiceRackLargeLight,
		WorldStaticModel = Base.VFX_SpiceRackLargeLight,
	}

	item SpiceRackLargeDark
	{
		DisplayName = Large Spice Rack,
        DisplayCategory = Container,
		Type = Container,
		Weight = 0.5,
		Capacity = 5,

        PutInSound = VFXSpiceRack,
        
        Icon = VFX_Container_SpiceRackLargeDark,
		WorldStaticModel = Base.VFX_SpiceRackLargeDark,
	}

}